/ Assembly List / LJCNetCommon / DbColumn / ColumnName

Namespace - LJCNetCommon


Syntax

C#
public String ColumnName

Gets or sets the ColumnName value. (R)

Remarks

This is the Table Column name for the SQL statement. The result value is retrieved using this name. The Table Name comes from DBMessage.DbQuery.TableName.
      select
        TableName.ColumnName
        
      update TableName set
        TableName.ColumnName = value
      

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.